home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / SYSSETUP.IN_ / syssetup.inf
Windows Setup INFormation  |  1996-07-21  |  10KB  |  376 lines

  1. [Version]
  2. signature="$Windows NT$"
  3. ClassGUID={00000000-0000-0000-0000-000000000000}
  4. layoutfile=LAYOUT.INF
  5.  
  6. ;
  7. ;   The following section lists all the groups and items that must be deleted
  8. ;   on upgrade. The format of the items in this section is:
  9. ;
  10. ;   [StartMenu.ObjectsToDelete]
  11. ;   <object type>,<description>,<path>,<common_group>
  12. ;
  13. ;   where:
  14. ;
  15. ;       <object type> is a number:  0 indicates a menu group
  16. ;                                   1 indicates a menu item
  17. ;       <description> is the name of the group or item to be deleted;
  18. ;       <path> is the path to the group or item to be deleted (it does not
  19. ;              include the gropu or item name;
  20. ;       <common_group> is a number: 0 indicates private group
  21. ;                                   1 indicates common group
  22. ;
  23. ;
  24. [StartMenu.ObjectsToDelete]
  25. 1,%intro%,%main%,0
  26. 1,%pifedit%,%main%,0
  27. 1,%control%,%main%,0
  28. 1,%winfile%,%main%,0
  29. 1,%cmd%,%main%,0
  30. 1,%setup%,%main%,0
  31. 1,%readme%,%main%,0
  32. 1,%ntbooks%,%main%,0
  33. 1,%cmdref%,%main%,0
  34. 1,%printman%,%main%,0
  35. 1,%clipbrd%,%main%,0
  36. ; 1,%msmail32%,%main%,0
  37. ; 1,%schdpl32%,%main%,0
  38. 1,%terminal%,%accessories%,0
  39. 1,%mplayer%,%accessories%,0
  40. 1,%sndrec32%,%accessories%,0
  41. 1,%sndvol32%,%accessories%,0
  42. 1,%cdplayer%,%accessories%,0
  43. 1,%pbrush%,%accessories%,0
  44. 1,%printman%,%accessories%,0
  45. 1,%write%,%accessories%,0
  46. 1,%sol%,%games%,0
  47. 1,%winmine%,%games%,0
  48. 1,%freecell%,%games%,0
  49. 1,%dcomcnfg%,%admintools%,1
  50. 1,%musrmgr%,%admintools%,0
  51. 1,%musrmgr%,%admintools%,1
  52.  
  53. ;
  54. ; Items moved from personal Administrative Tools group to
  55. ; Administrative Tools (Common) group
  56. ;
  57. 1,%windisk%,%admintools%,0
  58. 1,%perfmon%,%admintools%,0
  59. 1,%ntbackup%,%admintools%,0
  60. 1,%eventvwr%,%admintools%,0
  61. 1,%winmsd%,%admintools%,0
  62. 1,%rasadmin%,%admintools%,0
  63. 1,%usrmgr%,%admintools%,0
  64. 1,%srvmgr%,%admintools%,0
  65. 1,%nwconv%,%admintools%,0
  66. 1,%upedit%,%admintools%,0
  67. 1,%musrmgr%,%admintools%,0
  68. 1,%dcomcnfg%,%admintools%,0
  69. 1,%admin_wiz%,%admintools%,0
  70. ;
  71. ;   Items moved from Network Administration (Common) group to
  72. ;   Administrative Tools (Common)
  73. ;
  74. 1,%netclientadmin%,%netadmintools%,1
  75. 1,%licmanager%,%netadmintools%,1
  76.  
  77.  
  78. ;
  79. ;   The following section lists all the items under 'Start Menu\Programs' that should
  80. ;   be created on a clean install and upgrade. The format of the items in this section
  81. ;   is:
  82. ;
  83. ; [StartMenuItems]
  84. ; <description> = <binary>,<commandline>,<iconfile>,<iconnum>,<upgrade>
  85. ;
  86. ; Binary is the file whose presence in \system32 means that we need
  87. ; to create the program item. Commandline is the actual command line
  88. ; passed to progman for the item. Iconfile is optional and overrides
  89. ; the default icon that progman gives the item.
  90. ;
  91. ; If <upgrade> is non-0, then this item gets upgraded during upgrade.
  92. ;
  93. [StartMenuItems]
  94. %cmd% = cmd.exe,cmd.exe,progman.exe,10
  95. %explorer% = explorer.exe,explorer.exe,explorer.exe,1
  96. %ntbooks% = ntbooks.exe,ntbooks.exe,,0,1
  97.  
  98. ;
  99. ;   The following section lists all the groups under 'Start Menu\Programs' that should
  100. ;   be created on a clean install and upgrade. The format of the items in this section
  101. ;   is:
  102. ;
  103. ;   [StartMenuGroups]
  104. ;   <group_name_id> = <description>,<common_group>
  105. ;
  106. ;   where:
  107. ;
  108. ;       <description> is the name of the group to be created;
  109. ;       <common_group> is a number: 0 indicates private group
  110. ;                                   1 indicates common group
  111. ;
  112. ;
  113. [StartMenuGroups]
  114. Accessories = %accessories%,0
  115. Startup = %startup%,0
  116. AdminTools = %admintools%,1
  117.  
  118. ;
  119. ; Sections that follow are for program group items that are
  120. ; always added, and are in the following format:
  121. ;
  122. ; [<group_name_id>]
  123. ; <description> = <binary>,<commandline>,<iconfile>,<iconnum>,<upgrade>
  124. ;
  125. ; Binary is the file whose presence in \system32 means that we need
  126. ; to create the program item. Commandline is the actual command line
  127. ; passed to progman for the item. Iconfile is optional and overrides
  128. ; the default icon that progman gives the item.
  129. ;
  130. ; If <upgrade> is non-0, then this item gets upgraded during upgrade.
  131. ;
  132. [AdminTools]
  133. %windisk% = windisk.exe,windisk.exe,,0
  134. %perfmon% = perfmon.exe,perfmon.exe,,0
  135. %ntbackup% = ntbackup.exe,ntbackup.exe,,0
  136. %eventvwr% = eventvwr.exe,eventvwr.exe,,0
  137. %winmsd% = winmsd.exe,winmsd.exe,,0
  138. %rasadmin% = rasadmin.exe,rasadmin.exe,,0
  139. %usrmgr% = usrmgr.exe,usrmgr.exe,,0
  140. %srvmgr% = srvmgr.exe,srvmgr.exe,,0
  141. %nwconv% = nwconv.exe,nwconv.exe,,0
  142. %admin_wiz% = wizmgr.exe,wizmgr.exe,,0
  143. %netclientadmin% = ncadmin.exe,ncadmin.exe,,0
  144. %licmanager% = llsmgr.exe,llsmgr.exe,,0
  145. %poledit% = poledit.exe,poledit.exe,,0
  146.  
  147. [Accessories]
  148. %notepad% = notepad.exe,notepad.exe,,0
  149. %du_networking% = rasphone.exe,rasphone.exe,,0
  150.  
  151. ;
  152. ; Device Installer Migration
  153. ;
  154. ; The following section is used to migrate legacy INFs/devices into a PnP-installed
  155. ; state, so that the appropriate class installers always see devices of their class in
  156. ; a consistent state.
  157. ;
  158. ; (We're currently migrating only SCSI and TAPE classes.)
  159. ;
  160. [LegacyPnPMigration]
  161. ClassesToSweep = oemscs*.inf, oemtap*.inf
  162. ClassesToMigrate = {4D36E97B-E325-11CE-BFC1-08002BE10318}, {6D807884-7D21-11CF-801C-08002BE10318}
  163.  
  164. ;
  165. ; Fonts.
  166. ;
  167. [InstallFonts]
  168. UpdateInis=Fonts.Install
  169.  
  170. [UpgradeFonts]
  171. UpdateInis=Fonts.Upgrade
  172.  
  173. [Fonts.Install]
  174. ;
  175. ; These are fonts that GUI setup installs on non-upgrades.
  176. ;
  177. win.ini,Fonts,,"Roman (All res)=ROMAN.FON"
  178. win.ini,Fonts,,"Script (All res)=SCRIPT.FON"
  179. win.ini,Fonts,,"Modern (All res)=MODERN.FON"
  180. win.ini,Fonts,,"Small Fonts (VGA res)=SMALLE.FON"
  181. win.ini,Fonts,,"Arial (TrueType)=ARIAL.TTF"
  182. win.ini,Fonts,,"Arial Bold (TrueType)=ARIALBD.TTF"
  183. win.ini,Fonts,,"Arial Bold Italic (TrueType)=ARIALBI.TTF"
  184. win.ini,Fonts,,"Arial Italic (TrueType)=ARIALI.TTF"
  185. win.ini,Fonts,,"Courier New (TrueType)=COUR.TTF"
  186. win.ini,Fonts,,"Courier New Bold (TrueType)=COURBD.TTF"
  187. win.ini,Fonts,,"Courier New Bold Italic (TrueType)=COURBI.TTF"
  188. win.ini,Fonts,,"Courier New Italic (TrueType)=COURI.TTF"
  189. win.ini,Fonts,,"Lucida Console (TrueType)=LUCON.TTF"
  190. win.ini,Fonts,,"Lucida Sans Unicode (TrueType)=L_10646.TTF"
  191. win.ini,Fonts,,"Times New Roman (TrueType)=TIMES.TTF"
  192. win.ini,Fonts,,"Times New Roman Bold (TrueType)=TIMESBD.TTF"
  193. win.ini,Fonts,,"Times New Roman Bold Italic (TrueType)=TIMESBI.TTF"
  194. win.ini,Fonts,,"Times New Roman Italic (TrueType)=TIMESI.TTF"
  195. win.ini,Fonts,,"WingDings (TrueType)=WINGDING.TTF"
  196. win.ini,Fonts,,"Symbol (TrueType)=SYMBOL.TTF"
  197. win.ini,Fonts,,"Symbol 8,10,12,14,18,24 (VGA res)=SYMBOLE.FON"
  198.  
  199. [Fonts.Upgrade]
  200. ;
  201. ; These are fonts that are installed/deleted/changed on upgrade.
  202. ;
  203. win.ini,Fonts,"Roman (Plotter)=","Roman (All res)=ROMAN.FON"
  204. win.ini,Fonts,"Script (Plotter)=","Script (All res)=SCRIPT.FON"
  205. win.ini,Fonts,"Modern (Plotter)=","Modern (All res)=MODERN.FON"
  206. ;win.ini,Fonts,"MS Console (TrueType)=","Lucida Console (TrueType)=LUCON.TTF"
  207.  
  208. [DestinationDirs]
  209. Files.System = 10,system32
  210. Files.System.CopyAlways = 10,system32
  211. Files.NoWin31.System32ToSysroot = 10
  212. Files.NoWin31.System32ToSystem = 10,system
  213. Files.NoWin31.SetupToSysroot = 10
  214. Files.NoWin31.SetupToSystem = 10,system
  215. Files.NoWin31CopyAlways.SetupToSysroot = 10
  216. Files.NoWin31CopyAlways.SetupToHelp = 10,help
  217. Files.NoWin31DeleteAlways.Sysroot = 10
  218. Files.Win31CopyAlways.SetupToSysroot = 10
  219.  
  220. [Files.NoWin31.System32ToSysroot]
  221. NOTEPAD.EXE
  222. TASKMAN.EXE
  223.  
  224. [Files.NoWin31.System32ToSystem]
  225. AVICAP.DLL
  226. AVIFILE.DLL
  227. COMMDLG.DLL
  228. LZEXPAND.DLL
  229. KEYBOARD.DRV
  230. MCIAVI.DRV
  231. MCISEQ.DRV
  232. MCIWAVE.DRV
  233. MMSYSTEM.DLL
  234. MMTASK.TSK
  235. MOUSE.DRV
  236. MSVIDEO.DLL
  237. OLECLI.DLL
  238. OLESVR.DLL
  239. SHELL.DLL
  240. SOUND.DRV
  241. SYSTEM.DRV
  242. TAPI.DLL
  243. TIMER.DRV
  244. VER.DLL
  245. VGA.DRV
  246. WFWNET.DRV
  247. WINSPOOL.DRV
  248.  
  249. [Files.NoWin31.SetupToSysroot]
  250. _DEFAULT.PIF
  251. WINHELP.EXE
  252. WIN.INI
  253. WINFILE.INI
  254. WINHELP.EXE
  255.  
  256. [Files.NoWin31CopyAlways.SetupToSysroot]
  257. REGEDIT.EXE
  258.  
  259. [Files.NoWin31CopyAlways.SetupToHelp]
  260. REGEDIT.CNT
  261. REGEDIT.HLP
  262.  
  263. [Files.NoWin31DeleteAlways.Sysroot]
  264. CANYON.MID
  265. CHIMES.WAV
  266. DING.WAV
  267. RINGIN.WAV
  268. RINGOUT.WAV
  269.  
  270. [Files.Win31CopyAlways.SetupToSysroot]
  271. REGEDIT.EXE,REGEDT16.EXE
  272. REGEDIT.HLP,REGEDT16.HLP
  273. REGEDITV.CNT
  274. REGEDITV.HLP
  275.  
  276. [Files.System]
  277. SPOOLSS.EXE
  278. SPOOLSS.DLL
  279. AUTOEXEC.TMP,AUTOEXEC.NT
  280. CONFIG.TMP,CONFIG.NT
  281.  
  282. [Files.System.CopyAlways]
  283.  
  284. ;
  285. ; List of infs we load and run BaseWinOptions at Setup time.
  286. ;
  287. [BaseWinOptionsInfs]
  288. accessor.inf
  289. communic.inf
  290. games.inf
  291. imagevue.inf
  292. mmopt.inf
  293. msmail.inf
  294. multimed.inf
  295. optional.inf
  296. pinball.inf
  297. wordpad.inf
  298.  
  299. ;
  300. ; Infs that get run at optional components time,
  301. ; in initial and upgrade cases.
  302. ;
  303. [Infs.Always]
  304. iexplore.inf,DefaultInstall
  305.  
  306.  
  307. [ServicesToRename]
  308. OLE = RpcSs
  309.  
  310. [Strings]
  311. ;
  312. ; Names of program groups
  313. ;
  314. main = "Main"
  315. games = "Games"
  316. accessories = "Accessories"
  317. accessories_games = "Accessories\Games"
  318. accessories_multimedia = "Accessories\Multimedia"
  319. startup = "Startup"
  320. admintools = "Administrative Tools"
  321. netadmintools = "Network Administration"
  322.  
  323. ;
  324. ; Names of program group items
  325. ;
  326. winfile = "File Manager"
  327. control = "Control Panel"
  328. printman = "Print Manager"
  329. clipbrd = "ClipBook Viewer"
  330. dialer = "Phone Dialer"
  331. cmd = "Command Prompt"
  332. explorer = "Windows NT Explorer"
  333. setup = "Windows NT Setup"
  334. pifedit = "PIF Editor"
  335. msmail32 = "Mail"
  336. schdpl32 = "Schedule+"
  337. intro = "Introducing Windows NT"
  338. readme = "Read Me"
  339. ntbooks = "Books Online"
  340. cmdref = "Windows NT Help"
  341. windisk = "Disk Administrator"
  342. perfmon = "Performance Monitor"
  343. ntbackup = "Backup"
  344. eventvwr = "Event Viewer"
  345. dcomcnfg = "DCOM Configuration"
  346. winmsd = "Windows NT Diagnostics"
  347. upedit = "User Profile Editor"
  348. usrmgr = "User Manager for Domains"
  349. nwconv = "Migration Tool for NetWare"
  350. srvmgr = "Server Manager"
  351. poledit = "System Policy Editor"
  352. pbrush = "Paintbrush"
  353. paint = "Paint"
  354. winchat = "Chat"
  355. terminal = "Terminal"
  356. notepad = "Notepad"
  357. cardfile = "Cardfile"
  358. calc = "Calculator"
  359. clock = "Clock"
  360. charmap = "Character Map"
  361. mplayer = "Media Player"
  362. sndrec32 = "Sound Recorder"
  363. sndvol32 = "Volume Control"
  364. cdplayer = "CD Player"
  365. write = "Write"
  366. packgr32 = "Object Packager"
  367. hyperterm = "HyperTerminal"
  368. sol = "Solitaire"
  369. winmine = "Minesweeper"
  370. freecell = "Freecell"
  371. netclientadmin = "Network Client Administrator"
  372. licmanager = "License Manager"
  373. rasadmin = "Remote Access Admin"
  374. du_networking = "Dial-Up Networking"
  375. admin_wiz = "Administrative Wizards"
  376.